projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
33df08e
df7a583
)
auto merge of #845 : jbranchaud/cargo/add-missing-semicolon-for-new-project-main...
author
bors
<bors@rust-lang.org>
Fri, 14 Nov 2014 01:29:40 +0000
(
01:29
+0000)
committer
bors
<bors@rust-lang.org>
Fri, 14 Nov 2014 01:29:40 +0000
(
01:29
+0000)
When you run `cargo new project-name --bin`, a project is generated by cargo
with a file, `src/main.rs`. This file has a main function with one line that
prints hello, world, but a semicolon is missing from the end of the
expression.
Trivial merge